Configuration
Message Dispatcher uses standard Insights Factory Component configuration in terms of:
- Rabbit configuration
- Tracing configuration
- Database configuration - with
MessageDispatcherUser
database - Logging configuration
- Metrics configuration
For more information see linked sections.
Application parameters
Audit
Parameter name | Default value | Description |
---|---|---|
Audit.StoreMessageContent | boolean : false | Whether Message Dispatcher should store the rendered message content in the dispatcher.messages.content column. Enabling this option allows to investigate the output of a message content rendered by a Triggering Engine and consumed by Message Dispatcher. However this will come with a performance downgrade as well as require additional storage space in the InsightsFactory_MessageDispatcherUser databases. |